Function: clearCache() Description: Clears all imported module and stylesheet cache data stored internally to increase processing speed. Returns: Null. Note: When $A.noCache is set to true, no cache data is stored internally. Example: // Clear all imported JavaScript and CSS stylesheet data that is cached internally. $A.clearCache();